projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef874e3
)
Add comment for last change.
author
Andreas Schwab
<schwab@suse.de>
Tue, 7 Oct 2008 08:06:10 +0000
(08:06 +0000)
committer
Andreas Schwab
<schwab@suse.de>
Tue, 7 Oct 2008 08:06:10 +0000
(08:06 +0000)
src/sysdep.c
patch
|
blob
|
history
diff --git
a/src/sysdep.c
b/src/sysdep.c
index 96ab3996953796038ecd6c4c0ec62c46f0e7197a..0a2e2ed1614eb88f95fcb7f8c2428e30af5a2314 100644
(file)
--- a/
src/sysdep.c
+++ b/
src/sysdep.c
@@
-2135,6
+2135,8
@@
sys_signal (int signal_number, signal_handler_t action)
When SYNC_INPUT is set, we don't want SA_RESTART because we need to poll
for pending input so we need long-running syscalls to be interrupted
after a signal that sets the interrupt_input_pending flag. */
+ /* Non-interactive keyboard input goes through stdio, where we always
+ want restartable system calls. */
# if defined (BROKEN_SA_RESTART) || defined(SYNC_INPUT)
if (noninteractive)
# endif